home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / xxfer33.arc / XFER33.DOC < prev    next >
Text File  |  1990-08-15  |  25KB  |  628 lines

  1.                            XFER 3.3
  2.  
  3.                      Superior DSZ Control
  4.  
  5. Featuring:           Zmodem single file downloads.
  6.                      Zmodem BATCH downloads.
  7.                      Zmodem single file uploads.
  8.                      Zmodem BATCH uploads.
  9.                      Point and shoot file selection.
  10.  
  11. Everything you ever wanted in a Zmodem shell.
  12.  
  13. ______________________________________________________
  14.  
  15. Copyright information:
  16.  
  17. XFER 3.3 and all other versions of XFER are copyright by the
  18. author, Russell B. Hildreth, and may not be sold, modified, or
  19. otherwise tampered with, without permission of the author. 
  20. The program is distributed as shareware; try it, and if you like
  21. it, register.  If you don't want to register, delete the program
  22. or give your copy to a friend.  Registering the program helps
  23. put the author through college.
  24.  
  25. There are no warranties associated with the program--use it
  26. at your own risk.  The Hildreth Group is not responsible for
  27. any damage that may result from the use of this software.
  28.  
  29. DSZ is a registered trademark of Omen Technology.  Use of
  30. that product obligates registration with Omen Tech.
  31.  
  32.  
  33. Document typeset May 7, 1990 for 05/10/90 release of
  34. XFER Version 3.3.
  35.                       TABLE OF CONTENTS
  36.  
  37. ______________________________________________________
  38.  
  39.  
  40. Installation . . . . . . . . . . . . . . . . . . . . . . . 3
  41.  
  42. Upgrading. . . . . . . . . . . . . . . . . . . . . . . . . 4
  43.  
  44. Setting Up Your Comm Program . . . . . . . . . . . . . . . 5
  45.  
  46. What's New . . . . . . . . . . . . . . . . . . . . . . . . 7
  47.  
  48. Single File Downloading. . . . . . . . . . . . . . . . . .10
  49.  
  50. Batch File Downloading . . . . . . . . . . . . . . . . . .11
  51.  
  52. Single File Uploading. . . . . . . . . . . . . . . . . . .12
  53.  
  54. Batch File Uploading . . . . . . . . . . . . . . . . . . .13
  55.  
  56. Autodownload(tm) . . . . . . . . . . . . . . . . . . . . .14
  57.  
  58. Notes on DSZ . . . . . . . . . . . . . . . . . . . . . . .15
  59.  
  60. Notes on XFERDIR . . . . . . . . . . . . . . . . . . . . .16
  61.  
  62. The Mouse Interface. . . . . . . . . . . . . . . . . . . .17
  63.  
  64. Command Line Options . . . . . . . . . . . . . . . . . . .18
  65.  
  66. Error handling . . . . . . . . . . . . . . . . . . . . . .19
  67.  
  68. Registering the Software . . . . . . . . . . . . . . . . .20
  69.  
  70. Contacting the Author. . . . . . . . . . . . . . . . . . .21
  71.  
  72. Revision History . . . . . . . . . . . . . . . . . . . . .22
  73.  
  74. ______________________________________________________ INSTALLATION:
  75.  
  76. 1.     Quick and dirty:  Copy XFER.EXE, INSTALL.EXE, and
  77.        DSZ.COM into the same directory as your
  78.        communications program.  Change to that directory
  79.        and run INSTALL.EXE (type INSTALL followed by a
  80.        return).
  81.  
  82. 2.     The Quick Installation Utility was designed to
  83.        intelligently update your AUTOEXEC.BAT file to reflect
  84.        the parameters necessary for DSZ and XFER to run
  85.        together.  You will be asked to provide information on
  86.        which serial communications port your modem is
  87.        connected to, which directory to use for uploading and
  88.        downloading, and which drive your AUTOEXEC.BAT
  89.        file is on.  If you don't have an AUTOEXEC.BAT file,
  90.        one will be created.  If you do have one, it will be
  91.        renamed AUTOEXEC.SAV before any changes are
  92.        made, in the unlikely event that anything should go
  93.        wrong.
  94.  
  95. 3.     The primary purpose of the Quick Installation Utility is
  96.        to create two DOS environment variables using the
  97.        DOS SET command, which is placed in your
  98.        AUTOEXEC.BAT file.  One is DSZPORT, which DSZ
  99.        checks to find out which port your modem is
  100.        connected to.  The other is XFERDIR, which XFER
  101.        uses to determine where to place your downloaded
  102.        files.  You can change either of these variables at any
  103.        time by using a text editor to modify your
  104.        AUTOEXEC.BAT file.  For more information on these
  105.        variables, see the section Notes on XFERDIR.
  106. UPGRADING FROM PRIOR VERSIONS:
  107.  
  108. 1.     Copy the new release of XFER.EXE into your
  109.        communications program directory, right over the old
  110.        version.
  111.  
  112. 2.     Copy the new release of INSTALL.EXE into your
  113.        communications program directory, right over the old
  114.        version.
  115.  
  116. 3.     Copy DSZ.COM into your communications program
  117.        directory if it is not there already.  You should be using
  118.        a version of DSZ dated no earlier that 1990 (i.e.,
  119.        01/19/90).
  120.  
  121. 4.     If you have an XFER.CFG file, erase it.  This file is no
  122.        longer necessary for XFER to run.
  123.  
  124. 5.     Run the INSTALL program.  If you are upgrading,
  125.        INSTALL will only make the necessary changes for the
  126.        latest version of XFER to run properly.
  127.  
  128. 6.     Reboot your computer.
  129.  
  130.  
  131.  
  132. You will be asked what directory to use for uploads and
  133. downloads.  You should specify a full path, including the drive
  134. letter, in the form d:\directory.  Your response will be placed
  135. into a DOS environment variable (XFERDIR) and installed in
  136. your AUTOEXEC.BAT file.
  137. SETTING UP YOUR COMM PROGRAM:
  138.  
  139. Find your comm program here (hopefully) and follow the
  140. directions.  If you've used similar programs before, this should
  141. be a snap.  If I have made any mistakes in this section,
  142. please let me know!  
  143.  
  144. Procomm 2.4.x (shareware version):
  145.        From the terminal screen, enter the following           
  146.        keystrokes:
  147.               ALT-S
  148.               4 <return>
  149.               1 <return>
  150.               XFER.EXE
  151.               <esc>
  152.               S <return>
  153.               <esc>
  154.               ALT-X
  155.         To execute XFER.EXE press ALT-A.
  156.  
  157. Procomm Plus (test drive or retail):
  158.        From the terminal screen, enter the following
  159.        keystrokes:
  160.               ALT-S
  161.               F
  162.               F -or- G
  163.               XFER <return>
  164.               <esc>
  165.               S
  166.               <esc>
  167.               ALT-X
  168.               Y
  169.        To execute XFER.EXE, press ALT-J -or- ALT-U,
  170.        depending on which hotkey you choose in the 3rd
  171.        step above.
  172.  
  173. Qmodem SST:
  174.        From the terminal screen, enter the following
  175.        keystrokes:
  176.               ALT-J
  177.               1
  178.               @SHELL XFER
  179.               <return>
  180.               <esc>
  181.               <esc>
  182.               ALT-X
  183.               Y
  184.        To execute XFER.EXE, press F1.
  185.  
  186. Telix 3.xx:
  187.        From the terminal screen, enter the following
  188.        keystrokes:
  189.               ALT-O
  190.               F
  191.               H {note, this should be Editor}
  192.               XFER.EXE <return>
  193.               <return>
  194.               W
  195.               ALT-X
  196.               Y
  197.        To execute XFER.EXE, press ALT-A.
  198.                  WHAT'S NEW IN VERSION 3.3?
  199.  
  200. Three items worth mentioning were changed or added.  First
  201. of all, the XFER.CFG file was dropped in favor of the XFERDIR
  202. environment variable.  This speeds program execution
  203. somewhat (though it is probably not of great significance to
  204. a human being).  Second, the menu was changed to use the
  205. more intuitive keys D, U, B, a, and T rather than the alphabet
  206. order of before.  Third, the menu was re-designed to support
  207. the addition of the mouse interface.  The mouse support can
  208. be used to select an option from the menu, *and* to select
  209. files from the point and shoot file selection window, which I've
  210. personally found to be a wonderful convenience.  If you've
  211. never gotten around to getting a mouse, get one now,
  212. especially if you do a lot of uploading.
  213.  
  214. That should cover it.  I hope these changes make using the
  215. program even easier than before.
  216.  
  217. The next release might be a tsr version, if there is enough
  218. support for that idea.  I like the idea of a tsr version because
  219. it would be *much* easier to install in a wider variety of comm
  220. programs, could use any hotkey combination rather than the
  221. limited selection provided by most comm programs, and
  222. could handle it's own execution, rather than being clumsily
  223. executed by the comm program (I hate the way Procomm
  224. Plus puts up the silly blank screen with the PRESS ANY KEY
  225. message after a file transfer).  Anyway, if it does become a tsr
  226. program it would have facility for removing itself, so that it
  227. could be run in a batch file such as:
  228.  
  229.        XFER
  230.        PCPLUS
  231.        XFER /remove
  232.  
  233. or whatever.  So, those are my thoughts for the future.  If
  234. anyone has any additional suggestions, please let me know.
  235.  
  236. WHAT'S NEW IN VERSION 3.2?
  237.  
  238. Version 3.1/3.0 was a major rewrite, and of course, I managed
  239. to get a couple of major bugs into it, which were not
  240. discovered at the time it was released.  They have been
  241. corrected:  First of all, the download directory would only be
  242. found if it was on the same logical drive as XFER and your
  243. comm program--you couldn't download to another drive as
  244. stated in the documentation.  Also, there was a transient bug
  245. in the /n command line switch.  Both of these problems have
  246. been dealt with this in this release.  I had planned version 3.2
  247. to finally have mouse support, but I decided that fixing these
  248. two bugs (especially the drive/directory bug) was more
  249. important.  Version 3.3 will have mouse support.
  250.  
  251. You can now use /R or /r on the command line to reuse the
  252. existing Z.LST file for batch uploads.  This probably won't
  253. appeal to many people, but for those who need to upload the
  254. same set of files to several places, or upload the same set of
  255. files on a daily or weekly basis, this will be very convenient. 
  256. It works like this:  If a Z.LST file exists, it will be used
  257. immediately after you select the [D] Upload Batch option from
  258. the main menu, and the batch transfer will begin.  If there is
  259. no Z.LST file, you will be able to create one with the point and
  260. shoot file selection system, and it will then be used from that
  261. time on.  If at some point you wish to disable this, just take
  262. the /r off of the command line.  If you need to create an
  263. entirely new Z.LST which you intend to use for multiple
  264. uploads, the easiest thing to do would be to simply delete the
  265. old one, or modify it manually with a text editor.
  266.  
  267. For more information, see the section on Command Line
  268. Options.
  269.  
  270. As suggested by Steven Conrad, Version 3.2 now cleans up
  271. after itself and deletes the Z.LST file (if there is one) when
  272. XFER is done running (unless you use the /r command line
  273. switch as specified above).
  274.                  WHAT'S NEW IN VERSION 3.1?
  275.  
  276. You can now turn OFF Mr. Bach by adding a /N or /n to the
  277. command line--instead of playing the Bach music, it gives a
  278. low budget beep.  Some people asked for this, so here it is.
  279.  
  280. You can now point and shoot for batch uploads, instead of
  281. having to type in each file name.  A list is displayed for you on
  282. the screen as you select each one.  This was added pretty
  283. quickly, though, and nothing was done to prevent you from
  284. specifying the same file 20 times, so be careful.  A Z.LST file
  285. gets built, and then that is passed to DSZ for the upload.  It
  286. works, and it sure beats typing in each name.
  287.  
  288. The primary thing done to 3.0 was a complete rewrite in C. 
  289. I stopped programming in Pascal a long time ago and XFER
  290. was about the only Pascal code I had left, and it was
  291. becoming harder and harder for me to work on it, since I
  292. couldn't remember Pascal very well.  So, I tossed out the
  293. whole version 2.1 that I had been working on and rewrote the
  294. whole deal.  Observant users will notice that this version is
  295. smaller than the last one, even though it does a little more.
  296.  
  297. I also added support for the new MobyTurbo (tm) thing--
  298. unfortunately none of the boards around here are using DSZ
  299. versions new enough to support it :(
  300.  
  301. Oh, and I added the AutoDownload (tm) support accessible
  302. from the main menu with [T] (how creative of me).  So if you
  303. want to use that, there it is.  
  304.  
  305. With the change in the configuration file deal, you are no
  306. longer limited to working on one drive.  If you want all your
  307. downloads to go to A:, specify A:\ (or whatever) for the
  308. download directory, and they'll go there.  If you want them to
  309. go to some obscure directory on your M: drive, do it.
  310.                   SINGLE FILE DOWNLOADING:
  311.  
  312. This is pretty straightforward:  You call up XFER.EXE from
  313. your comm program after telling whatever bulletin board you
  314. are logged onto that you are starting a download, and then
  315. you follow the prompts that XFER.EXE gives you.  For a
  316. single file download, you should select option [D] (download)
  317. from the XFER menu, or move the mouse cursor to the
  318. DnLoad box and click any mouse button.  You can also hit
  319. the <ESC> key to exit.  You'll get the hang of it quickly,
  320. especially if you've used similar programs.
  321.  
  322. When the transfer is completed some Bach music will be
  323. played.  If you get sick of listening to old Johann, you can hit
  324. the spacebar or any other key and you will be dumped back
  325. into your comm program.  If you get REALLY sick of Johann,
  326. add the /n command line switch wherever you are calling
  327. XFER from in your comm program, and it will shut Johann up
  328. permanently (see the section on command line options for
  329. more information).
  330.  
  331.                    BATCH FILE DOWNLOADING:
  332.  
  333. This works just like single file downloading, but you can get
  334. several files at one time, with no further keyboard input.  Not
  335. all BBS systems support batch transfers, but for those that do
  336. this is a very handy option.
  337.  
  338. Start the batch transfer on the BBS end, using whatever
  339. method the BBS you are logged onto requires for a batch
  340. download--you will have to specify each file you wish to
  341. download.  
  342.  
  343. Once you have started the BBS downloading, call up XFER
  344. from your comm program as specified in the setup section. 
  345. Select Menu option [B] for batch download, or click the
  346. mouse on the BatchDn box.  Each file will be downloaded
  347. and placed in your up/download directory.  That's all there is
  348. to it.  
  349.  
  350.                    SINGLE FILE UPLOADING:
  351.  
  352. Inform the BBS system to which you are connected that you
  353. wish to upload a file.  Once the BBS is ready to receive, call
  354. up XFER from your comm program as specified in the setup
  355. section.  Select Menu option [U] for single file upload, or click
  356. the mouse on the UpLoad box.
  357.  
  358. You will be placed in a point and shoot file selection system
  359. which will show all of the files in your up/download directory. 
  360. Using the cursor keys, highlight the file you wish to upload,
  361. and press <ENTER>.  That file will be uploaded.
  362.  
  363. Currently there is no error checking, but DSZ will quickly
  364. inform you if it didn't find the file (impossible with the point
  365. and shoot mechanism).  In a future version I'll add some more
  366. user friendly error checking.
  367.                     BATCH FILE UPLOADING:
  368.  
  369. This works the same as single file uploads, but you get to
  370. specify as many filenames as you like.  Inform the BBS
  371. system you are connected with that you wish to initialize a
  372. batch upload.  When it is ready to receive files, call up XFER
  373. from your comm program as specified in the setup section. 
  374. Select Menu option [a] for batch upload, or click the mouse
  375. on the BatchUp menu box.
  376.  
  377. You will be placed in the point and shoot file selector system,
  378. which will show all of the files in your up/download directory. 
  379. Highlight each file you wish to upload and press <ENTER>. 
  380. Keep specifying files until you are done, then hit <ESC>. 
  381. The list of files is stored in Z.LST in your comm program
  382. directory, and DSZ checks that list and uploads them all.  As
  383. soon as you press <ESC> the transfer will begin.
  384.  
  385. Be generous and send your favorite local board about 30
  386. files, and go off to the market.
  387.  
  388. If you need to transfer the same set of files repeatedly, see
  389. the /r command line option.
  390.  
  391.                         AUTODOWNLOAD:
  392.  
  393. The AutoDownload(tm) mode of DSZ allows you to initialize a
  394. file transfer from a BBS system and receive the file(s)
  395. immediately without any further action on your part.  This is
  396. convenient, but limits the use of your communications
  397. programs features--the autodownload mode takes over,
  398. locking out your comm program, so using this mode is a
  399. tradeoff.  Try it out and see what you think.
  400.  
  401. After logging onto a BBS system, call up XFER from your
  402. comm program as specified in the setup section.  Select
  403. Menu option [T] for Autodownload mode, or click the mouse
  404. on the AutoDn menu box.  DSZ will take control.  You can go
  405. about your BBSing business, and as soon as you initiate a
  406. download it will begin.  
  407.                         NOTES ON DSZ:
  408.  
  409. WARNING:  You should try to use a current version of
  410. DSZ.COM at all times.  The XFER shell attempts to make use
  411. of all of DSZ's latest features, and if your version of DSZ is
  412. out of date, XFER may not function with it.  For example, the
  413. MobyTurbo(tm) feature of DSZ is supported by XFER, and if
  414. your version of DSZ is too old, the two programs will not work
  415. together.  New versions of DSZ are released regularly (about
  416. every other month, sometimes more often) and you should try
  417. to keep up with them.
  418.                       NOTES ON XFERDIR:
  419.  
  420. XFERDIR is the DOS environment variable which stores the
  421. name of the directory where your downloads go to and your
  422. uploads (usually) come from.  If you need help understanding
  423. DOS environment variables, see your DOS manual.  Another
  424. example of a DOS environment variable is the DOS PATH
  425. variable.
  426.  
  427. When you run the INSTALL program a line such as
  428.  
  429.                    SET XFERDIR = C:\DOWNLOAD
  430.  
  431. will be placed into your AUTOEXEC.BAT file.  XFER will refer
  432. to this variable whenever it is run in order to know where to
  433. send your downloads and get your uploads from.  This will
  434. allow you to send downloads to any directory you choose,
  435. even if you are using an unregistered version of DSZ (though
  436. this ability does not absolve you from the responsibility of
  437. registering DSZ with Omen Technology).  
  438.  
  439. If you wish to change the directory used for downloads, you
  440. can use EDLIN or any other text editor to modify your
  441. AUTOEXEC.BAT file.  Keep in mind the following:
  442.  
  443.        1.     You must specify an XFERDIR environment
  444.               variable.
  445.  
  446.        2.     It must point to an existing directory.
  447.  
  448.        3.     You must specify a full path including the drive
  449.               letter.  
  450.  
  451. Failure to satisfy each of these requirements will cause an
  452. error when you try to run XFER.   THE MOUSE INTERFACE:
  453.  
  454. If you have a mouse you will be able to use it to select menu
  455. items and pick files for uploading.  If you don't have a mouse
  456. you can skip this section.  A mouse is not required for the
  457. program to operate.
  458.  
  459. To select a menu option, place the mouse cursor on the box
  460. of the menu item you want and click any button.
  461.  
  462. To ESCAPE from main menu you can click on the upper left
  463. hand corner box (works just like pressing the ESC key).
  464.  
  465. To select a file in the point and shoot file selection window,
  466. move the highlight bar around with the mouse and click any
  467. button on the file you want. COMMAND LINE OPTIONS:
  468.  
  469. I hesitated to add any command line options because I
  470. wanted to keep this program simple to use.  Most people will
  471. never need these, and you can skip this section if you want
  472. to keep your life simple.
  473.  
  474. The two command line options available are:
  475.  
  476.        /N     Turns off the Bach music, replacing it with a low
  477.               budget beep.  Some people requested this, so
  478.               I put it in.  If you get tired of the music, add this
  479.               option.
  480.  
  481.        /R     This option allows you to reuse the same Z.LST
  482.               file each time you perform a batch upload.  This
  483.               might be very convenient for someone who
  484.               must upload the same set of files on a frequent
  485.               basis.  Add this option, and if a Z.LST file exists
  486.               it will automatically be used (without the /R the
  487.               Z.LST file is always deleted and must be
  488.               repeatedly be recreated if you want to upload
  489.               the same files).  If no Z.LST file exists, you will
  490.               be prompted to create one as with a regular
  491.               batch file upload.
  492.  
  493. Adding command line options:
  494.  
  495. Refer to the setup instructions for your particular
  496. communications program, listed earlier in this document. 
  497. Simply append either or both of the above options after the
  498. call to XFER -- i.e., XFER /n /r
  499.  
  500. For example, in Procomm Plus, you would go into the setup
  501. menu with Alt-S, choose the File/Path Options, and add
  502. whatever options you wanted under the appropriate hotkey
  503. that you had chosen for XFER.
  504.  
  505. If all of this seems unduly complicated, don't bother with it. 
  506. These options are exactly that, options, added primarily
  507. because a few people have requested them.
  508.  
  509. ***Note, these options are not available in Procomm 2.4.x,
  510. the shareware version.  Upgrade to Procomm Plus! ERROR HANDLING:
  511.  
  512. Or rather lack thereof.  In order to keep the program size
  513. down I have left out most error handling.  Only the very
  514. minimum has been provided, which means it is up to you to
  515. be sure to set things up properly, and check the instructions
  516. if things don't go right the first time.  Chances are, however,
  517. that if you run the INSTALL program, everything will work out
  518. fine.
  519.  
  520. The error handling that is provided basically only checks to
  521. see if a XFERDIR environment variable exists, and whether
  522. you have specified a valid upload/download directory.  Failure
  523. to do either of these things properly results in a brief error
  524. message.  
  525.  
  526. Other than that, there isn't much else you can do wrong, so
  527. you shouldn't have to worry.
  528.  
  529.                   REGISTERING THE SOFTWARE:
  530.  
  531. Registering:  It costs $10 to register, half the price of DSZ.  I
  532. won't indulge myself further and go on a lengthy tirade about
  533. the ethics of registering.  You know what to do.  If you don't
  534. want to pay, don't use the software.  Delete it from your hard
  535. drive and give any floppy copies to friends.
  536.  
  537. What do you get for registering?  The latest version of the
  538. software if there is one, or the next release.  You'll also get a
  539. nice typeset copy of the documentation.  I also have an
  540. inclination for doing things that people ask--if you want some
  541. special custom modification I'll probably do it.  You also get
  542. to feel good.
  543.  
  544.                     CONTACTING THE AUTHOR
  545.  
  546. If you have a problem, I'm here.  Likewise for suggestions. 
  547. Oh, for registrations, too!  On Compuserve, send EasyPlex
  548. mail to 71041,2132, or write to:
  549.               
  550.                      Russell Hildreth
  551.                      P.O. Box 72431
  552.                      Davis, CA  95617-2431
  553.  
  554. I want to hear from you.  Tell me anything you think might
  555. apply.  Tell me how you set up the program with some off
  556. brand comm program.  Tell me what you'd like to see added
  557. in a future version.  Tell me to jump off a cliff.  Tell me
  558. anything.
  559.  
  560. The Hildreth Group is ALWAYS very open to your
  561. suggestions, and they are usually implemented into a future
  562. edition of the software.  
  563.  
  564.                       REVISION HISTORY
  565.  
  566.  
  567. XFER Zmodem Transfer Shell - Version 3.3
  568.  
  569. Updated 05/09/90: Version 3.3
  570.      - Quick Installation Utility updated to reflect changes in
  571.        version 3.3.
  572.  
  573. Updated 05/07/90: Version 3.3
  574.      - Menu changed.
  575.      - Mouse support added.
  576.      - XFER.CFG eliminated, replaced with DOS
  577.        environment variable (XFERDIR).
  578.  
  579. Updated 04/21/90: Version 3.2
  580.      - Bug Fixes: Version 3.1 did NOT properly change
  581.        directories under certain circumstances, and would not
  582.        change drives under ANY circumstances.  Corrected
  583.        via new logdir() function.  This affected the download
  584.        directory.
  585.      - Also, corrected a transient bug in the NoBach and 
  586.        NoRemove variables, so they now function correctly
  587.        100% of the time.
  588.      - Version 3.2 now cleans up after itself, deleting the
  589.        Z.LST file upon exit unless the /r command line param
  590.        is used.  Thanks to Steven Conrad for the suggestion.
  591.      - Updated the sound routines to use SoundKit functions.
  592.  
  593. Updated 04/14/90: Version 3.2
  594.      - Documentation revised.
  595.  
  596. Updated 04/08/90: Version 3.2
  597.      - /R command line option added.
  598.  
  599. Updated 04/07/90: Version 3.1
  600.      - corrected bug in <C> upload point and shoot:  If the
  601.        up/download directory was empty, the program would
  602.        error out.
  603.      - monochrome monitor support added.
  604.  
  605. Updated 03/23/90:
  606.      - point and shoot for BATCH transfers added
  607.      - MobyTurbo added
  608.      - /N command line switch for NoBach added
  609.  
  610. Updated 02/15/90:
  611.      - Zmodem AutoDownload(tm) support added
  612.  
  613. Updated 10/08/89:
  614.      - Changed title screen for official release of version 2.0
  615.  
  616. Updated 07/28/89:
  617.      - Version 2.0
  618.      - Support for monochrome monitor systems
  619.      - Now uses Zmodem Compressed when sending.  DSZ 
  620.        automatically falls back to regular Zmodem if receiving 
  621.        system does not support Zmodem Compressed.
  622.      - -Z parameter added.
  623.      - Won't disconnect if No Carrier Detected.  d parameter.
  624.      - Pop-Up Directory selection for single file uploading.
  625.  
  626.  
  627.  
  628.